home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  331 b   |  16 lines

  1. on exitFrame
  2.   global nFin, nIdioma
  3.   case nIdioma of
  4.     1:
  5.       set the movieTime of sprite 5 to 2235
  6.       set nFin to 2645
  7.     2:
  8.       set the movieTime of sprite 5 to 9760
  9.       set nFin to 10170
  10.     3:
  11.       set the movieTime of sprite 5 to 17290
  12.       set nFin to 17700
  13.   end case
  14.   set the movieRate of sprite 5 to 1
  15. end
  16.